home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / demos / r-z / sbase4pro / ideas / sb_to_sp.sbt < prev    next >
Text File  |  1995-07-10  |  869b  |  21 lines

  1.   74 
  2.  
  3. SB_TO_SP.DOC
  4.  
  5. This program shows how to use SBPro's ARexx interface to send data to
  6. another ARexx compatible program.
  7.  
  8.  In this example, SBPro loads a data file, sends the data from the
  9. specified field in that file to SuperPlan, our spreadsheet program,
  10. and then tells SuperPlan to draw a pie graph of the data.
  11.  
  12. To run, first load SuperPlan, then load SBPro. Load the SB_TO_SP DML
  13. program and run it. It will load the file GRAPHTHIS1 and perform the
  14. operations. You can add and subtract values from the data file to see
  15. how the output changes. To see SuperPlan's output, move your windows
  16. and screens around so that you can see SuperPlan's output screen.
  17.  
  18. If you don't have SuperPlan, you can't run this program, but look at
  19. it anyway if you are interested in ARexx. The concepts are portable to
  20. other programs besides SuperPlan.
  21.